When there area explicitly added buttons in the action area,
we were trying to ensure that the action area is visible,
but failed, since we are now hiding the action_box. Fix it
by showing the action_box when things are left in the action
area.
if (priv->use_header_bar)
g_warning ("Content added to the action area of a dialog using header bars");
- gtk_widget_show (GTK_WIDGET (container));
+ gtk_widget_show (GTK_WIDGET (priv->action_box));
}
static void